home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2705 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.lpr.carel.fi!usenet
  2. From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
  3. Newsgroups: comp.unix.programmer,comp.lang.c,comp.unix.questions
  4. Subject: Re: fwrite error 32 - what to do ?
  5. Date: Tue, 23 Jan 1996 12:46:48 +0200
  6. Organization: Carelcomp Forest
  7. Message-ID: <3104BC98.2A2D@cmt.lpr.mail.carel.fi>
  8. References: <4dvs09$pge@cnn.cc.biu.ac.il>
  9. NNTP-Posting-Host: renoir.cclahti.carel.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  14.  
  15. Yuval Krymolowski wrote:
  16. > I am receiving error code 32 from ferrno() after fwrite() .
  17. > What does it mean? Is it a pipe problem? All I do is writing to
  18. > a file. The filesystem has enough space. The file is opened and
  19. > filled with some information. What may be wrong ?
  20. > (it is under Sun)
  21. > Thanks
  22. >   Yuval Krymolowski
  23.  
  24. You may find the answer in your library reference documentation, or another way is to 
  25. go and look through <errno.h> and see what's the definition for the error code there.
  26.  
  27. Later,
  28. AriL
  29.  
  30. -- 
  31. All my opinions are mine and mine alone.
  32.